DISABLE OBJECT ZBIAS

This command will disable the setting of Z-Bias, used to alter how an object renders to the screen based on the Z buffer.

  Syntax
DISABLE OBJECT ZBIAS Object Number
  Parameters
Object Number
Integer
Specify an object number between 1 and 2415919103.

  Returns

This command does not return a value.

  Description

See the ENABLE OBJECT ZBIAS for details of the Z-Bias effect.

  Example Code
set display mode 800,600,32
cls
make object sphere 1,20
DISABLE OBJECT ZBIAS 1
do
loop
end
  See also

BASIC3D Commands Menu
Index